-
-
Notifications
You must be signed in to change notification settings - Fork 4k
feat: add soundboard v14 #10843
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add soundboard v14 #10843
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
6382ee7
to
4ea9e29
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v14 #10843 +/- ##
==========================================
+ Coverage 35.51% 35.52% +0.01%
==========================================
Files 228 228
Lines 14317 14321 +4
Branches 1255 1256 +1
==========================================
+ Hits 5084 5088 +4
Misses 9189 9189
Partials 44 44
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
4ea9e29
to
450811d
Compare
450811d
to
09bed5f
Compare
* console.log(soundboardSounds.get('123456789012345678')); | ||
*/ | ||
async fetchSoundboardSounds({ guildIds, time = 10_000 }) { | ||
const shardCount = await this.client.options.shardCount; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't seem right, it could be this.client.ws._ws.getShardCount or w/e
Please describe the changes this PR makes and why it should be merged:
Adds soundboard for mainlib v14
Status and versioning classification: